From de33692b058f1d2c49de95a656985020fd74cfc8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Nov 2004 17:21:06 +0000 Subject: [PATCH] Add necessary libraries to make it compile with -no-undefined. (#159713, MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2004-11-28 Matthias Clasen * Makefile.am (LDADDS): Add necessary libraries to make it compile with -no-undefined. (#159713, Robert Ögren) --- modules/engines/pixbuf/ChangeLog | 5 +++++ modules/engines/pixbuf/Makefile.am | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index 76524a96be..8ed9ce65c5 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2004-11-28 Matthias Clasen + + * Makefile.am (LDADDS): Add necessary libraries to make + it compile with -no-undefined. (#159713, Robert Ögren) + 2004-11-15 Matthias Clasen * pixbuf-render.c: diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am index 0dc2a730af..c641f79abc 100644 --- a/modules/engines/pixbuf/Makefile.am +++ b/modules/engines/pixbuf/Makefile.am @@ -11,6 +11,12 @@ INCLUDES = \ -DGDK_DISABLE_DEPRECATED \ $(GTK_DEP_CFLAGS) +LDADDS = \ + $(GTK_DEP_LIBS) \ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \ + $(top_builddir)/gdk/$(gdktargetlib) \ + $(top_builddir)/gtk/$(gtktargetlib) + enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines engine_LTLIBRARIES = libpixmap.la @@ -25,5 +31,5 @@ libpixmap_la_SOURCES = \ pixbuf.h libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined) -libpixmap_la_LIBADD = $(GTK_LIBS) +libpixmap_la_LIBADD = $(LDADDS) -- 2.30.2